From: Chong Yidong Date: Sun, 15 Apr 2007 17:19:30 +0000 (+0000) Subject: * mail/footnote.el (footnote-current-style): New var. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~854 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8e2e9db3519a87548022ea5afc4cebfc97b55ccd;p=emacs.git * mail/footnote.el (footnote-current-style): New var. (Footnote-index-to-string, Footnote-current-regexp) (Footnote-cycle-style, Footnote-set-style): Use it instead of footnote-style. (footnote-mode): Make footnote-current style buffer-local instead of footnote-style, and initialize it to footnote-style. (footnote-style): Update docstring. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ac4bcf4f40f..176c61575bf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2007-04-15 Chong Yidong + + * mail/footnote.el (footnote-current-style): New var. + (Footnote-index-to-string, Footnote-current-regexp) + (Footnote-cycle-style, Footnote-set-style): Use it instead of + footnote-style. + (footnote-mode): Make footnote-current style buffer-local instead + of footnote-style, and initialize it to footnote-style. + (footnote-style): Update docstring. + 2007-04-15 Roland Winkler * textmodes/bibtex.el (bibtex-field-list): Use functionp.